arm64: zynqmp: DT: Fix typo in idle-states node definition
authorJyotheeswar Reddy <[email protected]>
Fri, 13 Jan 2017 10:43:39 +0000 (16:13 +0530)
committerMichal Simek <[email protected]>
Tue, 28 Nov 2017 15:09:07 +0000 (16:09 +0100)
Fixed a typo in specifying "entry-method"

Signed-off-by: Jyotheeswar Reddy <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynqmp.dtsi

index a6e844dd457cbc6fce5872a1e361517adba5313e..0759a2b7234af3135d8748206a4927a59930506f 100644 (file)
@@ -54,7 +54,7 @@
                };
 
                idle-states {
-                       entry-mehod = "arm,psci";
+                       entry-method = "arm,psci";
 
                        CPU_SLEEP_0: cpu-sleep-0 {
                                compatible = "arm,idle-state";